application: Append a / to the icon resource path
authorMatthias Clasen <mclasen@redhat.com>
Mon, 13 Nov 2017 12:35:18 +0000 (07:35 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 13 Nov 2017 12:35:18 +0000 (07:35 -0500)
commit2ff175938d9541b991a2aa9ee7abda441a32e1c7
tree1a12a71a5b97e2b5839451454097f2c2543d3acb
parentec1ea0db04294f696beb093aa2414411914dd931
application: Append a / to the icon resource path

g_resources_enumerate_children expects the path to end
in a '/' (even though thats not stated in the docs), and
will copy it if that isn't the case. Avoid the copy
by putting  a '/' there to begin with.
gtk/gtkapplication.c